[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DEFAULT <p> TO <val> [,<pn> TO <valn>]
 ----------------------------------------------------------------------------

Purpose: Default parameters in a function parameter list to
         expressed values.

Parameters: p   - 'P' Parameter name.
            val - 'X' Value

Example: FUNCTION wFrame( wFtype, wfColor, wHndl, lTitles )
         DEFAULT wFcolor TO _wFColor(), ;
                 wFtype TO _wFrame(), ;
                 wHndl TO _twHandle(), ;
                 lTitles TO .T.



This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson